projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f68db6
)
(initial-major-mode): Fix customize type.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 15 Sep 1997 23:19:58 +0000
(23:19 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 15 Sep 1997 23:19:58 +0000
(23:19 +0000)
lisp/startup.el
patch
|
blob
|
history
diff --git
a/lisp/startup.el
b/lisp/startup.el
index ebae41401326241a8549b76a68175be893dc6fcb..1093defa0ed7b3b1aad01c01b061c6754aaa1dd0 100644
(file)
--- a/
lisp/startup.el
+++ b/
lisp/startup.el
@@
-258,7
+258,7
@@
the user's init file.")
(defcustom initial-major-mode 'lisp-interaction-mode
"Major mode command symbol to use for the initial *scratch* buffer."
- :type '
command
+ :type '
function
:group 'initialization)
(defcustom init-file-user nil